Welcome![Sign In][Sign Up]
Location:
Search - 3d mesh

Search list

[Special EffectsBW_2_Mesh

Description: 自己写的IDL代码,把三维的二值图像转化为三角形网格曲面-self-made IDL code, converting a 3D binary image into triangular surface mesh
Platform: | Size: 1024 | Author: Hongkai Wang | Hits:

[matlabpolar3d

Description: POLAR3D Plots a 3D polar surface. POLAR3D(Zin,theta_m ax,Rho_min,Rho_max,meshscale) plots the profiles a mesh plot for Zin between radii Rho_min and Rho_max for polar angles equally spaced between theta_min and theta_max. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale,plotspec) plots the profiles Zin between radii Rho_min and Rho_max for polar angles between theta_min and theta_max with a plot type specification. If plotspec = surf a standard Matlab surface is plotted,whereas mesh , surfc or meshc will plot mesh, surface with countour, or mesh with contour, respectively. The size of the squares on the mesh or surf plots is determined by meshscale. The default plot is a mesh plot. - POLAR3D Plots a 3D polar surface. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale) plots the profiles as a mesh plot for Zin between radii Rho_min and Rho_max for polar angles equally spaced between theta_min and theta_max. POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale,plotspec) plots the profiles Zin between radii Rho_min and Rho_max for polar angles between theta_min and theta_max with a plot type specification. If plotspec = surf a standard Matlab surface is plotted,whereas mesh , surfc or meshc will plot mesh, surface with countour, or mesh with contour, respectively. The size of the squares on the mesh or surf plots is determined by meshscale. The default plot is a mesh plot.
Platform: | Size: 4096 | Author: Rati | Hits:

[matlabfew3Dpdf

Description: 其意见书是根据亚历山大Gramfort的“MATLAB的网状到PDF与三维交互对象“。他的计划将允许网数字转换成3D PDF格式。然而,他的代码只允许一个层进行转换,并不会启用的透明度。 本意见书不创建最终的PDF。它产生的U3D文件,然后可以使用到PDF的Adobe Acrobat Pro文件插入。本文件还允许多层网格,以创建,并为每个层的透明度指定。 此代码包含一个函数(installGoogleArchive.m),它会自动下载并安装所需的中间数据格式转换(IDTF)进入最后的通用3D(U3D)文件的二进制文件。此代码还只包括转换器的Windows版本。-his submission is based on Alexandre Gramfort s "matlab-mesh-to-pdf-with-3d-interactive-object". His program allows meshes to be converted into 3D PDF figures. However, his code only allows a single layer to be converted, and does not enable transparency. The present submission does not create the final PDF. It generates the U3D file which can then be inserted into a PDF file using Adobe Acrobat Pro. This submission also allows multilayer meshes to be created, and for the transparency of each layer to be specified. This code includes a function (installGoogleArchive.m) which will automatically download and install binaries required to convert the intermediate data format (IDTF) file into the final Universal 3D (U3D) file. This code also only includes the windows version of the converter.
Platform: | Size: 69632 | Author: bcmvqqve | Hits:

[matlabfew3Dpdf

Description: 这是根据提交的亚历山大Gramfort的“MATLAB的网状到PDF与三维交互对象“。他的计划将允许网数字转换成3D PDF格式。然而,他的代码只允许一个层进行转换,并不会启用的透明度。 本意见书不创建最终的PDF。它产生的U3D文件,然后可以使用到PDF的Adobe Acrobat Pro文件插入。本文件还允许多层网格,以创建,并为每个层的透明度指定。 此代码包含一个函数(installGoogleArchive.m),它会自动下载并安装所需的中间数据格式转换(IDTF)进入最后的通用3D(U3D)文件的二进制文件。此代码还只包括转换器的Windows版本。-This submission is based on Alexandre Gramfort s "matlab-mesh-to-pdf-with-3d-interactive-object". His program allows meshes to be converted into 3D PDF figures. However, his code only allows a single layer to be converted, and does not enable transparency. The present submission does not create the final PDF. It generates the U3D file which can then be inserted into a PDF file using Adobe Acrobat Pro. This submission also allows multilayer meshes to be created, and for the transparency of each layer to be specified. This code includes a function (installGoogleArchive.m) which will automatically download and install binaries required to convert the intermediate data format (IDTF) file into the final Universal 3D (U3D) file. This code also only includes the windows version of the converter.
Platform: | Size: 70656 | Author: abeaqhax | Hits:

[matlabmeshlab_ex

Description: constructing "meshlab" 3D module using background and foreground image and camera parameter. 1.For the silhouette extracted from each view, construct the chessboard distance transform map using 4-neighbor distance for the extracted silhouette 2.Construct the octree-based visual hull of the object using volume intersection 3. Convert the octree-based volume representation to a triangular mesh surface representation using marching cubes 4. Use the multiple views to attach the object image texture to the 3D object mesh surface
Platform: | Size: 17451008 | Author: ace | Hits:

[matlabdijkstra1

Description: this file present one of the most popular way to calculate dijkstra distance presentation, especialy for 3D triangulation mesh.
Platform: | Size: 3072 | Author: mohammad | Hits:

[matlabdijkstra2

Description: this file present one of the most popular way to calculate dijkstra distance presentation, especialy for 3D triangulation mesh.
Platform: | Size: 3072 | Author: mohammad | Hits:

[matlabdijkstra3

Description: this file present one of the most popular way to calculate dijkstra distance presentation, especialy for 3D triangulation mesh.
Platform: | Size: 1024 | Author: mohammad | Hits:

[OpenGL programOpenGL-EPS-WMF-Output

Description: 这个文章和附件中的代码实现如何将OpenGL/MFC程序输出到 encapsulated postscript (EPS)和Windows enhanced metafile (EMF)文件格式。最终的目标是能够产生可以编辑、打印和展示的适量图形文件。 -* display a vrml 3D triangular mesh using OpenGL in a MFC MDI application, * change the rendering options such as wire-frame, smooth shading, lighting and culling, * export the rendering result of the current mesh to encapsulated postscript (EPS) format, * export to Windows enhanced metafile (EMF) format through the clipboard, * copy the rendered image to the clipboard using the DIB format, * apply mesh subdivision using the uniform Loop subdivision scheme [1].
Platform: | Size: 1299456 | Author: | Hits:

[3D Graphicmodels

Description: triangular mesh 3D models.off in format .off
Platform: | Size: 3551232 | Author: paolagq | Hits:

[DirextXD3DXCreate

Description: direct3d 用mesh方式创建图像的3D程序,win32-using direct3d9 create some objects in win32 condition
Platform: | Size: 22981632 | Author: 张俊杰 | Hits:

[OpenGL programOpenGL

Description: 1,opengl 渲染窗口 2,OpenGL 画三角形,并响应鼠标左右键 3,Opengl 实现3维物体的导入,文件为txt的,还有事件响应。4,OpenGL实现3维物体的导入 还有贴图的导入,事件响应。-1、openGL render window 2、openGL create triangle and respond message 、3openGL load 3d file (*.txt) 4、openGL load 3d file with mesh and respond
Platform: | Size: 2495488 | Author: 黄煌 | Hits:

[Windows DevelopMa-Liang-VRCAA06-GeneratingSeamsAndWrinkles

Description: ABSTRACT The generation of overall wrinkles on garment surfaces can be achieved by either introducing accurate cloth models with full collision response or by providing geometric wrinkle functions. Small wrinkles such as rippled appearance along seam lines have not been fully studied. Boundaries between different panels are often excluded from most garment draping simulations resulting in unrealistic appearance. This paper describes a new method to model realistic wrinkles on clothes via seams. The proposed seam model of tension pucker is simple and is easy to incorporate into a mass spring model with improvements over wrinkled appearance. We present a method that automatically constructs a seam surface along an arbitrary path on the surface of an irregular mesh. As an extension of modeling of seam pucker, we also apply the seam model to 3D garments. Categories and Subject Descriptors I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism – Virtual reality
Platform: | Size: 697344 | Author: ss | Hits:

[DirextXIAG

Description: 3D direct current resistivity modeling with unstructured mesh by adaptive finite-element method
Platform: | Size: 493568 | Author: liping | Hits:

[3D GraphicDelaunay

Description: delaunay三角化实现三角网格剖分,并能够实现3D显示-delaunay triangulation triangular mesh, and 3D display
Platform: | Size: 2873344 | Author: leon | Hits:

[OpenGL programOpenGL_Teapot1

Description: OpenGL的一个例程(茶壶),可以了解到网格剖分,实物加载,动态剖分,渲染,变形,旋转等三维效果处理和常用的3D计算方法,可以直接调试跟踪-An OpenGL example-teapot, From this example, you can learn mesh, load object, render, change shape, rotate, etc. and common 3D algorithm. you can degug this programe.
Platform: | Size: 4500480 | Author: 李平 | Hits:

[OpenGL programSurvey-on-normal-estimation

Description: 三维点云法向量估计综述,由于获取方便、表示简单、灵活等优势,点云逐渐成为常用的三维模型表示方法之一-Point clouds are becoming more and more common for the representation of 3D geometry models because of its advantages over mesh models
Platform: | Size: 705536 | Author: 丰祥 | Hits:

[GDI-Bitmapvtk2DDelaunayGeneration

Description: C++结合VTK三维可视化库,实现2D和3D Delaunay网格生成的代码,是学习vtk管线编程和 Delaunay 三角网格生成的很好的程序代码-2D & 3D Delaunay Mesh Generation implemented by c++ & vtk
Platform: | Size: 1206272 | Author: lixiang | Hits:

[3D Graphicdata_structure_Mesh

Description: This is a Document talking about 3D data structures mesh
Platform: | Size: 465920 | Author: NapsteR | Hits:

[matlab3d_temperature

Description: Estimates tempearature profile in 3d hexahedral mesh using finite element
Platform: | Size: 24576 | Author: Muthu | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net